RenderProcessTerminated

public interface RenderProcessTerminated implements BrowserEvent

An event indicating that the render process of the browser has been terminated.

Functions

Link copied to clipboard
public Browser browser()
Returns the Browser instance initiated this event.
Link copied to clipboard
public int exitCode()
Returns the exit code of the terminated render process.
Link copied to clipboard
public TerminationStatus status()
Returns the termination status of the terminated render process.